home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
El Mac 1
/
Magazine.iso
/
EL MAC 1
/
Infotenimiento
/
Blender
/
OPENING.Dir
/
00511.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-09-13
|
246 b
|
13 lines
on exitFrame
global n
repeat with n = 16 down to 14
if rollOver(n) then
set the visible of sprite (n + 3) to 1
next repeat
end if
set the visible of sprite (n + 3) to 0
end repeat
go(the frame)
updateStage()
end